home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / August 96 / Re Problem with Propagated Eve < prev    next >
Encoding:
Internet Message Format  |  1996-08-14  |  1.4 KB  |  [TEXT/ttxt]

  1. Subject:     Re: Problem with Propagated Events
  2. Sent:        8/13/96 7:22 PM
  3. Received:    8/13/96 7:31 PM
  4. From:        Henri Lamiraux, lamiraux@apple.com
  5. Reply-To:    ODF Interest, ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. >ODF Team,
  9. >
  10. >In ODF 1, it does not appear that we have access to the 
  11. >ODEventInfo.propagated flag outside of the FW_CEventDispatcher.  It would 
  12. >be nice to have access to this flag in FW_CSystemEvents.  For example, 
  13. >FW_CView always activates its frame when it gets a MouseUp.  If I set an 
  14. >embedded frame to propagate unused events, my part always activates when 
  15. >an embedded frame doesn't handle a mouse up (which is 99% of the time).   
  16. >I would like to have my FW_CView subclasses only activate their frame if 
  17. >the event has not been propagated from one of my embedded frames.  Is 
  18. >there any chance of getting this in ODF 2?  If not, we can override the 
  19. >dispatcher for now.
  20. >
  21. >Thanks,
  22. >Rob Cope
  23. >Eclipse Services
  24.  
  25. I changed that in ODF 2 (by the way, that might be one of the last API 
  26. change we make in ODF 2). There is now a FW_CSystemEvent::IsPropagated 
  27. method
  28.  
  29. ........................................................................
  30.  Henri Lamiraux                                      lamiraux@apple.com
  31.  Apple Computer, Inc.                 OpenDoc(tm) Development Framework
  32. ........................................................................
  33.  
  34.  
  35.